type github.com/jackc/pgx/v5/pgtype.encodePlanFloat4CodecBinaryFloat32

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float4.go#L112: 			return encodePlanFloat4CodecBinaryFloat32{}
		float4.go#L132: type encodePlanFloat4CodecBinaryFloat32 struct{}
		float4.go#L134: func (encodePlanFloat4CodecBinaryFloat32) Encode(value any, buf []byte) (newBuf []byte, err error) {